Eclipse Platform
Pre-release 3.0

org.eclipse.swt.browser
Class ProgressAdapter

java.lang.Object
  extended byorg.eclipse.swt.browser.ProgressAdapter
All Implemented Interfaces:
EventListener, ProgressListener, org.eclipse.swt.internal.SWTEventListener

public abstract class ProgressAdapter
extends Object
implements ProgressListener

This adapter class provides default implementations for the methods described by the ProgressListener interface.

Classes that wish to deal with ProgressEvents can extend this class and override only the methods which they are interested in.

NOTE: The API in the browser package is NOT finalized. Use at your own risk, because it will most certainly change. The only reason this API is being released at this time is so that other teams can try it out.

See Also:
ProgressListener, ProgressEvent

Constructor Summary
ProgressAdapter()
           
 
Method Summary
 void changed(ProgressEvent event)
          This method is called when a progress is made during the loading of the current location.
 void completed(ProgressEvent event)
          This method is called when the current location has been completely loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressAdapter

public ProgressAdapter()
Method Detail

changed

public void changed(ProgressEvent event)
This method is called when a progress is made during the loading of the current location.

Specified by:
changed in interface ProgressListener
Since:
3.0
See Also:
ProgressEvent

completed

public void completed(ProgressEvent event)
This method is called when the current location has been completely loaded.

Specified by:
completed in interface ProgressListener
Since:
3.0
See Also:
ProgressEvent

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.